object ClusterDlg: TClusterDlg Left = 245 Top = 108 BorderStyle = bsDialog Caption = 'Choose Cluster Size' ClientHeight = 229 ClientWidth = 261 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object OKBtn: TButton Left = 45 Top = 196 Width = 75 Height = 25 Caption = 'Scan' Default = True ModalResult = 1 TabOrder = 0 end object CancelBtn: TButton Left = 141 Top = 196 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object Radios: TRadioGroup Left = 17 Top = 8 Width = 227 Height = 177 Caption = '&Cluster Size' ItemIndex = 0 Items.Strings = ( 'Orginal' '512 Bytes (NTFS)' '1024 Bytes' '2048 Bytes (CD-ROM)' '4096 Bytes (FAT 128-256 MB, FAT32)' '8192 Bytes (FAT 256-512 MB)' '16384 Bytes (FAT 512-1024 MB)' '32768 Bytes (FAT 1024-2048 MB)') TabOrder = 2 end end